home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / compression / xpk / xpackit10.lha / xPackIt / xPackIt.doc < prev    next >
Encoding:
Text File  |  1994-06-25  |  3.6 KB  |  114 lines

  1. xPackIt v1.0
  2.  
  3. xPackIt and this documentation are Copyright © 1994 by Michael Barsoom.
  4.  
  5. -+- License  -+-
  6.  
  7. xPackIt may be freely distributed as long as no charge is made other than to
  8. cover time and copying costs.  This should be no higher than what Fred Fish
  9. charges from one of his freely redistributable disks.
  10.  
  11. You may not copy and/or distribute this program without the accompanying
  12. documentation unless you get permission from the author to do so.
  13.  
  14. Fred Fish has permission to include this program on his FD disks/CDRoms.
  15.  
  16. If you write a freely redistributable program and would like to include
  17. xPackIt with it, feel free to do so only if you send me a fully registered
  18. version of your program.
  19.  
  20. Finally if you wish to include xPackIt on a disk magazine you are REQUIRED
  21. to get the author's permission FIRST.  Usually this will require you to
  22. just send me a copy of the issue with xPackIt free of charge.
  23.  
  24. -+- Disclaimer -+-
  25.  
  26. This product is sold "as is" without representation or warranty of any
  27. kind, either expressed or implied.  The user assumes all risks and
  28. responsibilities related to its use.
  29.  
  30. -+- Introduction -+-
  31.  
  32. xPackIt is a cli command to crunch and decrunch files using xpk library.
  33.  
  34. Features:
  35.     1) One program for crunching and decrunching.
  36.     2) Will automatically determine if a file is crunch or not and
  37.        then either uncrunch it or crunch it.
  38.     3) Files can be encrypted, and passwords can be entered on the command
  39.        line.
  40.     4) Default packing mode can be stored in ENV:xPackIt
  41.  
  42. -+- Requirements -+-
  43.  
  44. 1) Workbench 2.0+
  45. 2) xpk library
  46.  
  47. -+- Usage -+-
  48.  
  49. Must be use from shell only, if started from WB xPackIt will automatically
  50. exit.
  51.  
  52. xPackIt v1.0  PowerPacker Data Cruncher/Decruncher
  53. Copyright © 1994 by Michael J. Barsoom  (Shareware)
  54.  
  55. xPackIt File/A,To,M=Method/K,E=Efficiency/K/N,PW=PassWord/K,Exe=Executable/S
  56.  
  57. With
  58.  File      : File to crunch/decrunch
  59.  Method    : Name of xpk sub library to use (default is BLZW)
  60.  Efficiency: Crunch efficiency (0 - 100)
  61.  PassWord  : Password to use for encrypting/decrypting.
  62.  Executable: OK to crunch executables
  63. Hit ^C to abort.
  64. If no destination is given source will be overwritten
  65.  
  66. The destination can either be a file or a dir.  If you specify a dir as the
  67. destination, the source file will be saved (either crunched or uncrunched)
  68. with the same name in the destination.
  69.  
  70. Use "" to signify the current directory, just like AmigaDos' copy command.
  71.  
  72. You also specify the efficiency with just the method keyword, by using
  73. NAME.efficiency.  Where name is the xpk sub library to use followed by
  74. '.' and the effeciency you which to pack with.
  75.  
  76. -+- Defaults -+-
  77. You can store the default crunch mode and efficiency in ENV:xPackIt.
  78.  
  79. Use indicated method for packing.  This would be a four letter string in
  80. most cases, plus an optional dot and a packing mode.  The Packing mode for
  81. the sublib is the range 0...100, where 100 is most efficient.
  82.  
  83. For example to use xpkFAST with 75 efficiency just type
  84. setenv xPackIt FAST.75
  85.  
  86. -+- Thanks -+-
  87.  
  88. To my loving wife Barbara.
  89.  
  90. -+- Bugs, Suggestions -+-
  91.  
  92. you can reach me at:
  93.  
  94. 5524 Pine Street
  95. Omaha NE 68106
  96. USA
  97.  
  98. Internet:  mbars@creighton.edu
  99. Fidonet:   Mike Barsoom @ 1:285/11.9
  100. AmigaNet:  Mike Barsoom @ 40:200/10.9
  101.  
  102. -+- Shareware -+-
  103.  
  104. xPackIt is shareware, however unlike most shareware authors I have not
  105. crippled it any way.  You can use all of xPackIt's functions without any
  106. restriction or anoying requesters.  Please, if you use xPackIt on a regular
  107. basis, concider sending me the registration fee.  Currently this ammount is
  108. $5.00 US.  You can mail it to the address above.
  109.  
  110. -+- History -+-
  111.  
  112. v1.0 
  113.   o First release
  114.